Home
last modified time | relevance | path

Searched hist:d9f3a01eebe80180babd8541406490020f184d17 (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dpercpu.cdiff d9f3a01eebe80180babd8541406490020f184d17 Fri Feb 22 00:44:35 CET 2019 Dennis Zhou <dennis@kernel.org> percpu: introduce helper to determine if two regions overlap

While block hints were always accurate, it's possible when spanning
across blocks that we miss updating the chunk's contig_hint. Rather than
rely on correctness of the boundaries of hints, do a full overlap
comparison.

A future patch introduces the scan_hint which makes the contig_hint
slightly fuzzy as they can at times be smaller than the actual hint.

Signed-off-by: Dennis Zhou <dennis@kernel.org>